Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Removing unused imports. #304

Open
wants to merge 122 commits into
base: master
Choose a base branch
from
Open

Conversation

webii
Copy link

@webii webii commented Oct 11, 2020

Isolating classes from giving too much access to private properties (removing @DaTa).
Removing unused visibility options from interface.
Moving some classes to specific packages.

Tehrasha and others added 30 commits January 28, 2019 02:07
Corrected and clarified the 'MISSING RENDER' error case.
Make config file loader take ram in MB for consistency
… allow by scheduler depending on the past error, current settings (ram, cpu, gpu,...)
Fix grammar and consistency of README
luguina and others added 26 commits June 20, 2020 18:33
…et#256)

* Fix: -renderbucket-size option not applied if configuration file doesn't exist
* Include public key as password in help
* Fix failed MimeType detection

* Fix failed MimeType detection

* Fix formatting
…tain time (laurent-clouet#249)

A new -shutdown <time> option has been created to specify the time when the client will stop asking for new jobs, will finish uploading the frames in the upload queue and will shutdown the computer. The time argument can have two different formats: an absolute date & time in the format yyyy-MM-ddThh:mm:ss (24h format) or a relative time in the format +m where m is the number of minutes from now.

The user can also select the shutdown-mode, where "wait" will wait for all the processes (render + pending uploads) to finish and "hard" will cancel all the pending jobs and will initiate the computer shutdown.
…t#282)

* restore missing time remaining time in UI with openCL
…urent-clouet#287)

* Feature: add session data consumption information in GUI/text UIs

Adds the total bytes downloaded and uploaded in the current session as well as the average data transfer rate for both UL/DL. The information is not added to the 1-line UI as the line will take 150+ characters in the screen.
Isolating classes from giving too much access to private properties (removing @DaTa).
Removing unused visibility options from interface.
Moving some classes to specific packages.
@MCOfficer
Copy link
Contributor

MCOfficer commented Oct 11, 2020

When PRing such a large batch of changes, usually you'd provide a reason (even if you think the reason is obvious). Also, it is better to create 4 PRs for 4 changes, not 1 massive Code Cleanup PR. Finally, please adjust your title, it's misleading.

@Raimund58
Copy link

I were able to build the client and run it. So it could be fine.

@laurent-clouet laurent-clouet force-pushed the master branch 2 times, most recently from 90c3325 to 7f1949e Compare October 21, 2020 11:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.